Github basics
Team will be working using remote repositories on Github with feature branches and basic CD on Netlify
#
What is feature branch?Feature branch means that each developer would be creating his own branch as a copy of main branch, and would be working on feature (task) until he/she finish.
Here is the graph which can show how feature branches works
You can read more here